MPIBlueDotPositionUpdate

@Serializable
class MPIBlueDotPositionUpdate(val position: MPIPosition, val _map: String, val _nearestNode: String, val bearing: Double? = null)

MPIBlueDotPositionUpdate gives the current position update of the blue dot.

Constructors

Link copied to clipboard
constructor(position: MPIPosition, _map: String, _nearestNode: String, bearing: Double? = null)

Properties

Link copied to clipboard

id of the map the current blue dot is at

Link copied to clipboard

id of the nearest node id to the current blue dot

Link copied to clipboard
val bearing: Double? = null

Bearing of the current blue dot

Link copied to clipboard
var map: MPIMap?

Map where the current blue dot is at

Link copied to clipboard

Nearest node to the current blue dot

Link copied to clipboard

Position of the current blue dot